←Select platform

GetCacheItem<T> Method

Summary

Specified cache entry from the cache.

Syntax
C#
C++/CLI
Python
public override CacheItem<T> GetCacheItem<T>( 
   string key, 
   string regionName 
) 
public:  
   generic<typename T> 
   virtual CacheItem<T>^ GetCacheItem( 
      String^ key, 
      String^ regionName 
   ) override 
def GetCacheItem(self,key,regionName): 

Parameters

key

Unique identifier of the cache item.

regionName

Optional name of a region in cache.

Return Value

The cache item if found, otherwise; null.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.